@charset "utf-8";
/* CSS Document: */
/*************************************************** GENERAL ***************************************************/
/* COLORS */
/*************************************************** MENU ***************************************************/
/* MEDIA-ONLY MOBILE */
/*************************************************** HERO ***************************************************/
/* MEDIA-ONLY MOBILE */
/* MEDIA-NO DESKTOP */
/*************************************************** TABS ***************************************************/
/* BOXES */
/* MEDIA-ONLY MOBILE */
/* MEDIA-NO DESKTOP */
/*************************************************** SLIDER ***************************************************/
/* MEDIA-NO DESKTOP */
/* MEDIA-ONLY MOBILE */
/*************************************************** SERVICES ***************************************************/
/* ACCORDION */
/* TABLES */
/* MEDIA-ONLY MOBILE */
/*************************************************** WELLBEING ***************************************************/
/* MEDIA-ONLY MOBILE */
/*************************************************** FAQ ***************************************************/
/* MEDIA-NO DESKTOP */
/* MEDIA-ONLY MOBILE */
/*************************************************** FOOTER ***************************************************/
/* MEDIA-NO DESKTOP */
/*************************************************** MODALS ***************************************************/



/*************************************************** GENERAL ***************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body{overflow-x: hidden;}

h1, h2, h3, h4, h5, h6, p, .languages, a, li,ol, table{
    /*font-family: Gotham, Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    color: #666;
}

button{
    position: relative;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 15px 25px;
    border-radius: 5px;
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
    border: 0;
	font-family: 'Montserrat', sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    padding: 10px 25px;
}

a.openModal{
	cursor: pointer;
}

strong {
	font-weight: bold;
}

ul{
    padding-left: 12px; 
    line-height: 1.5em;  
    list-style-position: inside;
    margin-left: 4px;
    font-weight: 300;
    color: #666;
}

ul.arrow-orange{
	list-style:none;
	list-style-image:url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B7fed9705-6098-4838-8f48-4fd5e2dc73de%7D_bullet-orange.png);
}
ul.arrow-blue{
	list-style:none;
	list-style-image: url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Bb0e36375-b291-4c48-bd36-70b40d50de3d%7D_bullet-blue.png);
	background-size: 5vw; 
    overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
ul.arrow-no{
	list-style:none;
    margin-left: -5px;
}

@font-face {
  font-family: "GothamMedium";
  src: url(/sites/all/themes/cignasalud/fonts/GothamMedium.eot);
  src: url(/sites/all/themes/cignasalud/fonts/GothamMedium.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/cignasalud/fonts/GothamMedium.woff) format("woff"), url(/sites/all/themes/cignasalud/fonts/GothamMedium.ttf) format("truetype"), url(/sites/all/themes/cignasalud/fonts/GothamMedium.svg#GothamMedium) format("svg");
  font-style: normal;
  font-weight: 400
}
@font-face {
  font-family: "GothamBook";
  src: url(/sites/all/themes/cignasalud/fonts/GothamBook.eot);
  src: url(/sites/all/themes/cignasalud/fonts/GothamBook.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/cignasalud/fonts/GothamBook.woff) format("woff"), url(/sites/all/themes/cignasalud/fonts/GothamBook.ttf) format("truetype"), url(/sites/all/themes/cignasalud/fonts/GothamBook.svg#GothamBook) format("svg");
  font-style: normal;
  font-weight: 400
}
@font-face {
  font-family: "GothamBold";
  src: url(/sites/all/themes/cignasalud/fonts/GothamBold.eot);
  src: url(/sites/all/themes/cignasalud/fonts/GothamBold.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/cignasalud/fonts/GothamBold.woff) format("woff"), url(/sites/all/themes/cignasalud/fonts/GothamBold.ttf) format("truetype"), url(/sites/all/themes/cignasalud/fonts/GothamBold.svg#GothamBold) format("svg");
  font-style: normal;
  font-weight: 400
}
@font-face {
	font-family: angelina;
	src: url("angelina.ttf")
}

/* COLORS */
.white{
    color:#ffffff !important;
}

.blueDark {
    color: #004986;
}

.blueMedium {
    color: #188CCC;
}

.blueLight {
    color: #00A9E0;
}

.greenDark {
    color: #007A3E;
}

.orangeLight {
    color: #F1B434;
}

.orangeDark {
    color: #E35205;
}

.blueDark_bkg, .blueDark_bkg:before {
    background-color: #004986;
}

.blueMedium_bkg, .blueMedium_bkg:before {
    background-color: #188CCC;
}

.blueLight_bkg, .blueLight_bkg:before {
    background-color: #00A9E0;
}

.lightblueLight_bkg, .lightblueLight_bkg:before {
	background-color: rgba(24,140,204,.3);
}

.greenMedium_bkg, .greenMedium_bkg:before {
    background-color: #39B54A;
}

.orangeLight_bkg, .orangeLight_bkg:before {
    background-color: #F1B434;
}

.orangeDark_bkg, .orangeDark_bkg:before {
    background-color: #E35205;
}

.white_bkg, .white_bkg:before {
    background-color: #FFFFFF;
}

.greyDark_bkg, .greyDark_bkg:before {
    background-color: #58595B;
}

.greyLight_bkg, .greyLight_bkg:before {
    background-color: #f3f3f3 !important;
}


/*************************************************** MENU ***************************************************/
header {
    position: fixed;
    width: 100%;
    height: 90px;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
    background: #fff;
    z-index: 10;
    top: 0;
}

.container-menu{
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    height: 100%;       
}

.logocigna {
    float: left;
    margin-top: 15px;
    width: auto;
    height: 60px;
}

.languages {
    float: right;
    color: #004986;
    font-size: 25px;
    font-weight: 700;
    margin-top: 32px;
    margin-right: 20px;
}

.languages a {
    color: #004986;
    text-decoration: none;
    cursor: pointer;
}

.languages a:hover {
    color: #f68621;
    text-decoration: none;
}

.box-burger{
    float: right;
    position: relative;
    margin-top: 25px;
    width: 45px;
    height: 50px;
    margin-left: 10px;
}

.box-burger .burger{
    background: #188CCC;   
}

.burger{
    position: absolute;
    width: 45px;
    height: 7px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s all cubic-bezier(.8,-.5,.2,1.4);
}
.burger:nth-child(1){top: 0px}
.burger:nth-child(2){top: 13px}
.burger:nth-child(3){top: 26px}

.menu-oculto{
    display: none;
    position: relative;
    float: right;
    background: white;
    width: 600px;
    margin-top: -5px;
    box-shadow: 0 5px 0px 0px rgba(0,0,0,0.5);        
}

ul.menu-oculto{
    box-sizing: border-box;
    margin:0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
	width: auto;
}

.menu-oculto li{
    list-style: none;
    padding: 25px 25px 20px 25px;
    line-height: 1.5em;
    border-bottom: 1px solid #188ccc;
    margin: 0;
    transition: all 0s ease-out;
}


.menu-oculto li:hover{
    background: rgba(0,73,134,1);
    color: white;
    cursor: pointer;
    margin: 0px;
    border: 0px solid blue;
}

.menu-oculto li.home{
    border-bottom: none;
}

.menu-oculto li.home:hover{
    background: #188ccc;
    cursor: pointer;
}

ul.menu-oculto a{
    color: inherit;
    text-decoration: none;
}


/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 630px){
.container-menu:nth-child(2) {
    max-width: 100%;
}
ul.menu-oculto {
    width: 100%;
}   
}   

/*************************************************** HERO ***************************************************/
#hero{
    position: relative;
	background-image:url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B6a27cae4-a664-4baa-9079-744d329721b1%7D_AdobeStock_294346875.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    min-height: 200px !important;
    top: 90px;
	z-index:1;
}

#hero::after{
	content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	background:linear-gradient(to right, rgba(0,0,0,0.6), transparent);
	z-index:-1;
}

.hero-content{
    position: relative;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    height: 450px;
}

.hero-content>div:first-of-type{
	width: 45%;
	height: auto;
    box-sizing: border-box;
    padding-top: 90px;
}

#hero>div:first-of-type h1{
    text-transform: uppercase;
    font-size: 3.75vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 4.75vw;
    font-weight: 600;
}

#hero>div:first-of-type h2{
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 20px;
}

.hero-content>div:nth-of-type(2){
    width: 45%;
    position: relative;
    margin-top: 25px;
}

.handwritting {
	font-family: 'angelina', cursive;
}

.hero-mobile {
	display:none;
}

/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 480px){
#hero{
    top: 0;
	width: 100%;
    height: auto;
}

.hero-content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
}
	
.hero-content>div:first-of-type {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.hero-content img {
	width: 55%;
}

/* .hero-content>div:nth-of-type(2){
    width: 100%;
} */
	
button{
    left: 50%;
    transform: translateX(-50%);
}	
.hero-mobile {
	display: block;
	margin-top: 40px !important;
    text-align: left !important;
}	
}

	
@media (min-width: 0px) and (max-width: 810px){
button{
    margin-top: 0 !important;
    font-size: 2vw;
}

#hero>div:first-of-type h1{
    font-size: 6.75vw;
    line-height: 6.75vw;
}
}

@media (min-width: 0px) and (max-width: 630px){
.hero-mobile {
	display: block;
	margin-top: 110px;
    text-align: center;
}	
.hero-content>div:nth-of-type(2) {
    display: none;
}
button{
	font-size: 4.5vw !important;
}
.menu-oculto li {
    font-size: 3vw !important;
;
}
}

/* MEDIA-NO DESKTOP */
@media (min-width: 0px) and (max-width: 1380px){
#hero{
	width: 100%;
}}
	
@media (min-width: 0px) and (max-width: 1080px){
.hero-content {
	width: 85% !important;
}}


/*************************************************** TABS ***************************************************/
#tabs{
    position: relative;
    width: 100%;
    min-height: auto !important;
}

.tabs-content{
    position: relative;
    max-width: 80%;
    width: 100%;
    margin: 70px auto;
    box-sizing: border-box;
    padding: 0px !important;
}

.tabs-content h2{
	text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 700;
    margin: 40px 0 10px 0;
}

.tabs-content h3 {
    font-weight: 700;
    font-size: 1.25vw;
    margin-bottom: 30px;
    line-height: 1.25em;
}

.tab-wrap {
	 transition: 0.3s box-shadow ease;
	 border-radius: 6px;
	 max-width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 position: relative;
	 list-style: none;
	 margin: 40px 0 60px 0;
	z-index: 5;
}

.tab-mobile {
	 display:none;
}

 .tab {
	 display: none;
}
 .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	 opacity: 1;
	 transition: 0.5s opacity ease-in, 0.8s transform ease;
	 position: relative;
	 top: 0;
	 z-index: 100;
	 transform: translateY(0px);
	 text-shadow: 0 0 0;
	 background-color: #f3f3f3;
}
 .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	 opacity: 1;
	 transition: 0.5s opacity ease-in, 0.8s transform ease;
	 position: relative;
	 top: 0;
	 z-index: 100;
	 transform: translateY(0px);
	 text-shadow: 0 0 0;
	 background-color: #f3f3f3;
}
 .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	 opacity: 1;
	 transition: 0.5s opacity ease-in, 0.8s transform ease;
	 position: relative;
	 top: 0;
	 z-index: 100;
	 transform: translateY(0px);
	 text-shadow: 0 0 0;
	 background-color: #f3f3f3;
}
 .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	 opacity: 1;
	 transition: 0.5s opacity ease-in, 0.8s transform ease;
	 position: relative;
	 top: 0;
	 z-index: 100;
	 transform: translateY(0px);
	 text-shadow: 0 0 0;
}
 .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	 opacity: 1;
	 transition: 0.5s opacity ease-in, 0.8s transform ease;
	 position: relative;
	 top: 0;
	 z-index: 100;
	 transform: translateY(0px);
	 text-shadow: 0 0 0;
}
 .tab:first-of-type:not(:last-of-type) + label {
	 margin-right: 10px;
	 border-bottom-right-radius: 0;
}
 .tab:not(:first-of-type):not(:last-of-type) + label {
	 margin-right: 10px;
}
 .tab:last-of-type:not(:first-of-type) + label {
	 border-bottom-left-radius: 0;
}
 .tab:checked + label {
	 background-color: #f3f3f3;
	 cursor: default;
	 color: #00A9E0;
}
 .tab:checked + label:hover {
	 background-color: rgb(243, 243, 243);
    color: #00A9E0;
}
 .tab:checked + label h4{
    color: #00A9E0 !important;
}
label:hover h4{
    color: #00A9E0 !important;
}
 .tab + label {
	 font-family: 'Montserrat', sans-serif;
	 border-radius: 6px 6px 0 0;
	 cursor: pointer;
	 display: block;
	 text-decoration: none;
	 font-size: 14px;
	 color: #004986;
	 flex: 1;
	 background-color: #188CCC;
	 user-select: none;
	 transition: 0.3s background-color ease, 0.3s box-shadow ease;
	 height: 50px;
	 box-sizing: border-box;
	 padding: 10px;
}

 .tab + label:hover {
	 background-color: #f3f3f3;
}

.tab + label:hover .tab-icon1 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B284b543b-98f9-4043-9152-8c64a262162f%7D_icon-comunicacion.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 9.5%;
    height: auto;
}

.tab + label:hover .tab-icon2 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B0044c60d-d9c7-4149-8b87-d99446e0982e%7D_icon-administracion.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7%;
    height: auto;
}

.tab + label:hover .tab-icon3 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Ba84f231d-61cb-4025-8dbd-fef0077c67ee%7D_icon-tto_en_curso.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7.5%;
    height: auto;
}

.tab-icon1 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Be6b3aa93-e5da-4895-85d5-eb4aa1bb31e5%7D_icon-comunicacion-white.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 9.5%;
    height: auto;
}

.tab-icon1:hover {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B284b543b-98f9-4043-9152-8c64a262162f%7D_icon-comunicacion.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 9.5%;
    height: auto;
}

.tab:checked + label .tab-icon1 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B284b543b-98f9-4043-9152-8c64a262162f%7D_icon-comunicacion.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 9.5%;
    height: auto;
}

.tab-icon2 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B623733f0-4136-4d38-b4af-37b3c64ae953%7D_icon-administracion-white.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7%;
    height: auto;
}

.tab-icon2:hover {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B0044c60d-d9c7-4149-8b87-d99446e0982e%7D_icon-administracion.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7%;
    height: auto;
}

.tab:checked + label .tab-icon2 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B0044c60d-d9c7-4149-8b87-d99446e0982e%7D_icon-administracion.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7%;
    height: auto;
}

.tab-icon3 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7B8c29c9de-bfbf-4b7c-a038-92ee718d3cc8%7D_icon-tto_en_curso-white.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7.5%;
    height: auto;
}

.tab-icon3:hover {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Ba84f231d-61cb-4025-8dbd-fef0077c67ee%7D_icon-tto_en_curso.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7.5%;
    height: auto;
}

.tab:checked + label .tab-icon3 {
	 background-image: url("http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Ba84f231d-61cb-4025-8dbd-fef0077c67ee%7D_icon-tto_en_curso.png");
	 background-size: contain; 
background-repeat: no-repeat;
    width: 7.5%;
    height: auto;
}

label img{
	width: 7%;
	height: 7%;
}

label h4{
	font-size: 18px;
	padding-left:5px;
	font-weight: bold;
	color: white;
}

 .tab__content p{
	 font-weight: bold;
	 color: #004986;
	 margin-top: 10px;
	 margin-bottom: 10px;
}

 .tab__content {
	 padding: 25px;
	 background-color: transparent;
	 font-size: 14px;
	 position: absolute;
	 width: 100%;
	 z-index: -1;
	 opacity: 0;
	 left: 0;
	 transform: translateY(-3px);
	 border-radius: 6px;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}

 .tabs-container {
	 margin: 0 auto;
	 display: block;
}
 

/* BOXES */
#boxes{
    position: relative;
    width: 100%;
    min-height: auto !important;
    padding-top: 80px;
}

.boxes-content{
    position: relative;
    max-width: 80%;
    width: 100%;
    margin: 70px auto;
    box-sizing: border-box;
    padding: 0px !important;
}

.boxes{
    width: 100%;
    position: relative;
    display: flex;
	flex-wrap: nowrap;
}

.box{
    flex-direction: row;
    border-radius: 10px;
    margin: auto;
    justify-content: center;
    /*3 BOXES min-width: 30%;*/
    min-width: 20%;
    max-width: 50%;
    padding: 20px;
    margin-top: 10px;
    /*min-width: auto;*/
    height: 203px;
}

.box:nth-last-child(2){
        margin-right: 0;
        color: blue;
}

.box:first-child{
        margin-left: 0;
}

.box-content{
    vertical-align: top;
    text-align: center;
	width: 100%;
}

.box-content h3{
    box-sizing: border-box;
	text-transform: uppercase;
    font-size: 1.5vw;
    font-weight: 700;
    transition: .2s ease-in-out;
}

.box-content h4{
    box-sizing: border-box;
	margin-top: 15px;
    font-size: 15px;
}

img.icon{
    width: 25%;
}

img.see-more{
    margin-top: 10px;
    cursor: pointer;
}

.see-more1 {
    bottom: 10px;
    position: absolute;
    margin-left: -10px;
}
.see-more2 {
    bottom: 10px;
    position: absolute;
    margin-left: -10px;
}
.see-more3 {
    bottom: 10px;
    position: absolute;
    margin-left: -10px;
}
.see-more4 {
    bottom: 10px;
    position: absolute;
    margin-left: -10px;
}

.see-more1-mobile {
	display: none;
}
.see-more2-mobile {
	display: none;
}
.see-more3-mobile {
	display: none;
}
.see-more4-mobile {
	display: none;
}

.escondido{
    display: none;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0 40px 0;
}

.escondido-triangle {
    width: 23.25%;
    top: 0;
    position: absolute;
}

.escondido-triangle2 {
    width: 23%;
    top: 0;
    margin-left: 25%;
    position: absolute;
}

.trescuadros2 {
    margin-left: 38%;
}
.trescuadros3 {
    margin-right: -25.5%;
}

.escondido-triangle4 {
    width: 23.25%;
    top: 0;
    right: 0;
    position: absolute;
}

.escondido-triangle3 {
    width: 25%;
    top: 0;
    right: 25%;
    position: absolute;
}

.triangle {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 40px 30px;
    border-color: transparent transparent #b9dcf0;
}

.triangle2 {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 40px 30px;
    border-color: transparent transparent #f7e6c8;
}

.triangle3 {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 40px 30px;
    border-color: transparent transparent #D7E4E6;
}

.triangle4 {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 40px 30px;
    border-color: transparent transparent #F4DED0;
}

.escondido-content{
    box-sizing: border-box;
    padding: 30px 0 40px 0;
	background-color: #b9dcf0;
	display:flex;
	flex-wrap: wrap;
}

.escondido-content2{
    box-sizing: border-box;
    padding: 30px 0 40px 0;
	background-color: #f7e6c8;
	display:flex;
	flex-wrap: wrap;
}

.escondido-content3{
    box-sizing: border-box;
    padding: 30px 0 40px 0;
	background-color: #D7E4E6;
	display:flex;
	flex-wrap: wrap;
}

.escondido-content{
    box-sizing: border-box;
    padding: 30px 0 40px 0;
	background-color: #b9dcf0;
	display:flex;
	flex-wrap: wrap;
}

.escondido-content4{
    box-sizing: border-box;
    padding: 30px 0 40px 0;
	background-color: #F4DED0;
	display:flex;
	flex-wrap: wrap;
}

.escondido-content-video {
	flex-direction: row;
    padding: 0 0 20px 20px !important;
}

.escondido-content-text {
	flex-direction: row;
	padding-left: 20px;
	padding-right: 20px;
    min-width: 20%;
    max-width: 45%;
    line-height: 1.15em;
}

.escondido-content-text h4{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.escondido-content-text p{
    font-size: 13px;
	color: #58595B;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 6px;
	text-align: justify;
}

.escondido-content-text ul{
	padding-left: 20px;
	color: #58595B;
    font-size: 13px;
	list-style-position: outside;
}

.escondido-content-text ol{
	padding-left: 20px;
	color: #58595B;
    font-size: 13px;
}

.escondido-content-text li{
	margin-bottom: 6px;
}

.escondido-content-text a{
    font-weight: bold;
}

.escondido-content-subtext {
    line-height: 1.15em;
	color: #58595B;
    font-size: 13px;
	margin: 20px 20px 0 20px;
	text-decoration: none;
}

.escondido-content a:hover{
	color: #58595B;
}

.escondido-content-text strong{
	color: #58595B;
}

.escondido-content-button {
	margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
}

.escondido-content-quadre {
	margin: 20px 20px 0 20px;
	color: white;
    background-color: #004986;
	text-align: justify;
}

.escondido-content-quadre3 {
	margin: 20px 20px 0 20px;
	color: white;
    background-color: #007A3E;
	text-align: justify;
}

.escondido-content-quadre4 {
	margin: 20px 20px 0 20px;
	color: white;
    background-color: #E35205;
	text-align: justify;
}

.escondido-content-quadre p{
	padding: 20px;
	color: white;
    font-size: 14px;
	line-height: 1.15em;
}

.escondido-content-quadre3 p{
	padding: 20px;
	color: white;
    font-size: 14px;
	line-height: 1.15em;
}

.escondido-content-quadre4 p{
	padding: 20px;
	color: white;
    font-size: 14px;
	line-height: 1.15em;
}

/* MEDIA-NO DESKTOP */
@media (min-width: 0px) and (max-width: 1166px){
#tabs { 	
    width: 100%;
}
	
.tab-wrap {
	 display:none;
}

.tab-mobile {
	 display:block;
     padding-top: 20px;
}
	
.tab-mobile p {
	font-weight: bold;
	padding-left: 15px;
	font-size: 3.5vw;
}
	
.tab-mobile h4 {
	font-weight: bold;
	padding-left: 15px;
}

.tab__content {
	 padding: 5px 0px 20px 0px;
	 font-size: 12px;
	 position: inherit;
	 width: 100%;
	 opacity: 1;
	 left: 0;
	 transform: translateY(-3px);
	margin-bottom: 30px;
}

.tabs-content h3 {
    font-size: 3vw;
}

.box:first-child {
    margin-left: auto;
}
	
.triangle {
    margin: 0 auto;
}	
.triangle2 {
    margin: 0 auto;
}	
.triangle3 {
    margin: 0 auto;
}	
.triangle4 {
    margin: 0 auto;
}
.escondido-content-text {
    max-width: 100%;
}

.escondido-content-quadre3 {
	margin: 0 20px;
}
	
.escondido-content-button {
	padding: 0 10%;
}

.escondido-content-video {
    padding: 0 20px 20px 20px !important;
    width: 100%;
}
}

@media (min-width: 1025px) and (max-width: 1281px){
.trescuadros2 {
    margin-left: 39%; 
}
.trescuadros3 {
    margin-right: -25%;
}
}
@media (min-width: 631px) and (max-width: 1024px){
.trescuadros2 {
    margin-left: 41%; 
}
.trescuadros3 {
    margin-right: -23.5%;
}
}
@media (min-width: 631px) and (max-width: 768px){
.trescuadros3 {
    margin-right: -22%;
}
}
@media (min-width: 768px) and (max-width: 812px){
.trescuadros3 {
    margin-right: -22%;
}
}

@media (min-width: 631px) and (max-width: 1300px){
.box {     
    border: 2px solid white;
}
}

@media (min-width: 481px) and (max-width: 1166px){
.tab-mobile img {
    width: 6vw !important;
    height: 6.5vw;
    margin-right: 1vw;
}

.tab-mobile div:nth-child(3) img {
    width: 5.5vw !important;
    height: 6.5vw;
    margin-right: 1vw;
}
	
.tab-mobile h4 {
	font-weight: bold;
	padding-left: 10px;
	font-size: 3.5vw;
}
	
.tab__content ul {
	margin-top: 10px;
}}

@media (min-width: 810px) and (max-width: 1166px){
.tabs-content h2 {
    font-size:  5vw !important;
    }
}

/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 480px){
.tabs-content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
}
	
.tab-mobile img {
	width: 9% !important;
    height: auto;
}
}
@media (min-width: 0px) and (max-width: 420px){
.box-content h3{
    margin-bottom: 35px;
}
.orangeLight_bkg h4{
    margin-bottom: 35px !important;
}
.escondido-content-video {
/*padding-bottom: 20px;
width: 100%;
height: 60%;*/
    padding-bottom: 49.5% !important;
    height: 0;
    padding-top: 25px !important;
    position: relative;
    overflow: hidden;
    margin: 0 15px 20px 15px;
}
.escondido-content-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}   
.tab-mobile img {
    display: none;
}
.tab-mobile p {
    margin-left: -15px;
}
.tab-mobile h4 {
    margin-left: -15px;
}
}
@media (min-width: 0px) and (max-width: 630px){
#boxes {
    padding-top: 0 !important;
}

.boxes {
		display: block;
}

.boxes-content {
    margin: 40px auto 70px auto;
}

.box {		
    border-radius: 0;
    margin: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 46vw;
}

.box-content h3{
    margin-bottom: 30px;
    font-size: 20px;
}

.orangeLight_bkg h4{
    margin-bottom: 30px !important;
}

.see-more1 {
    display: none;
}
.see-more2 {
    display: none;
}
.see-more3 {
    display: none;
}
.see-more4 {
    display: none;
}

.see-more1-mobile {
    display: inline-block;
}
.see-more2-mobile {
    display: inline-block;
}
.see-more3-mobile {
    display: inline-block;
}
.see-more4-mobile {
    display: inline-block;
}

.orangeDark_bkg img.icon {
    width: 20%;
}

.box-content img:not(.icon){
		width: 10% !important;
}

.escondido {
    padding-top: 0;
}	
	
.greenMedium_bkg img:not(.see-more3) {
	width: 20%;
    height: auto !important;
}
}

@media (min-width: 0px) and (max-width: 810px){
.tabs-content h2 {
    font-size:  7vw !important;
    }
.escondido-content-video iframe {
    width:  100% !important;
    }
}

@media (min-width: 631px) and (max-width: 810px){
.box-content h4 {
    font-size: 1.25vw;
    }
}


/*************************************************** SLIDER ***************************************************/
#slider{
    min-height: 335px !important;
}

.slider {
    width: 80%;
    margin: auto;
}

.slider h2{
	text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 700;
	text-align: center;
    padding: 70px 0 30px 0;
}

* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.mySlides-content {
	display:flex;
	flex-wrap: wrap;
}

.mySlides-content .image {
    flex-direction: row;
	min-width: 20%;
    max-width: 30%;
    margin-left: 50px;
    width: 90%;
	text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  /*margin-top: -22px;*/
  padding: 16px;
  color: #004986;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  color: white;
  background-color: #004986;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
    flex-direction: row;
    max-width: 60%;
}

.text h3 {
    font-weight: 700;
    font-size: 1.5vw;
    margin-bottom: 20px;
}

.text p {
    margin-bottom: 1.5em;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 30px 2px 50px 2px;
  border-radius: 50%;
  border: #004986 1px solid;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #004986;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* MEDIA-NO DESKTOP */
@media (min-width: 0px) and (max-width: 1166px){
#slider { 	
    width: 100%;
}
.prev, .next {
	margin: 0 -16px;	
}
.prev:hover, .next:hover {
  color: #004986;;
  background: none;
}
.mySlides-content {
    display: block;
    text-align: center;
}
.mySlides-content .image {
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.text {
	max-width: 100%;
}
.text h3 {
    font-size: 4.5vw;
}
.text ul {
	text-align: left;
}
}

@media (min-width: 810px) and (max-width: 1166px){
.slider h2 {
    font-size:  5vw !important;
}
.dot {
    margin-bottom: 40px;
    height: 2vw;
    width: 2vw;
}
}

/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 810px){
.slider h2 {
    font-size:  7vw !important;
    }
.text {
    max-width: 85%;
    margin: auto;
}
.dot {
    margin-bottom: 40px;
    height: 3vw;
    width: 3vw;
}
}

/*************************************************** SERVICES ***************************************************/
#services{
	min-height:auto !important;
}

.services-content{
    position: relative;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px 0;
}

.services-intro div:nth-child(2){
    position: relative;
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    padding-right: 20px;
}

.services-intro div:nth-child(3){
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-left: 60px;
}

.services-intro div:nth-child(4){
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-left: 20px;
}

.services-intro h2{
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-intro h3{
    font-weight: 700;
    font-size: 1.25vw;
    margin-bottom: 30px;
	line-height: 1.25em;
}

.services-content ul{
    font-size: 15px;
	line-height: 1.5em;
    margin-bottom: 15px;
}

.services-intro img{
    width: 1.10em;
    height: auto;
}

.hidden-services{
    display: none;
}

.button-know-more {
    opacity: 1 !important;
}

.know-more{
    position: absolute;
	font-size: 14pt;
}

.services-fila{
    width: 100%;
    position: relative;
    display: inline-flex;
        -webkit-inline-flex: 1; /* Safari 6.1+ */
        -ms-inline-flex: 1; /* IE 10 */ 
    margin-bottom: 70px;
    opacity: 0;
}

.servicesFadeIn {
    -moz-animation: slideIn 1s ease 0.3s forwards;
    -ms-animation: slideIn 1s ease 0.3s forwards;
    -webkit-animation: slideIn 1s ease 0.3s forwards;
    animation: slideIn 1.25s ease 0.3s forwards;
}

@-webkit-keyframes slideIn {
    0%{
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

/* ACCORDION */
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    width:100%;
    overflow:hidden;
    border-radius:3px;
}
 
.accordion-section-button {
  background-color: white;
  color: #188CCC;
  cursor: pointer;
  padding: 18px 18px 14px 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  outline: none;
  transition: 0.4s;
}

.actiff, .accordion-section-button:hover {
  background-color: #00A9E0 !important;
  color: white;
}

.accordion-section-button:after {
  content: "▾";
  font-size: 25px;
  float: right;
  margin-left: 25px;
  margin-top: -8px;
}

.actiff:after {
  content: "▴";
}

.accordion-section-content {
  padding: 0 18px;
  background-color: white;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.accordion-section-content p {
  font-size: 15px;
  line-height: 1.25em;
}

.accordion-section-content h4 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1.25em;
  color: #004986;
}

.accordion-section-title {
    width: 100%;
    padding:15px;
    display:inline-block;
    border-bottom: 5px solid white;
    background:#f3f3f3;;
    color: #00A9E0;
    transition:all linear 0.15s;
    position:relative;
	text-transform:uppercase;
    /* font-family: Gotham, Arial, "Helvetica Neue", Helvetica, sans-serif; */
	font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    text-decoration:none;
}

.accordion-section-title:before {
    content:"▾";
    position:absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    text-align:center;
    height: 30px;
    width:30px;
} 
  
.accordion-section-title.active:before {
    content:"▴";
} 

.accordion-section-title.active, .accordion-section-title:hover {
    background:#D9D9D6;
    text-decoration:none;
    background: #00A9E0;
     color:white;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

.flex-box-justify {
    margin-top: 20px;
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    text-align: center;
}

.flex-box {
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
}

.accordion-section-content {
    padding:15px;
    display:none;
}

.accordion-section h3 {
    font-size: 24px;
    color: rgb(24, 140, 204);
}

.flex-box-justify h4 {
    color: rgb(0, 73, 134);
	font-size: 18px;
    margin-bottom: 10px;
}

.an15 {
    width: 15%;
} 

/* TABLES */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  line-height: 1.5em;
  font-weight: 300;
  color: #666;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  font-weight: bold;
}

table thead{
    font-weight: bold;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table td:first-child {
    text-align: left;
    font-weight: bold;
    background-color: #ccc;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 1166px){
#services{
	width: 100% !important;
}
.services-intro div:nth-child(3){
    display:none;
}
.services-intro div:last-child{
    display:none;
}
.services-intro div:nth-child(2) {
    width: auto;
}
.services-intro h3{
		font-size: 3vw !important;
}
}

@media (min-width: 810px) and (max-width: 1166px){
.services-intro h2 {
    font-size:  5vw !important;
    }
}

@media (min-width: 0px) and (max-width: 810px){
.services-content{
    padding: 70px 0 0 0;
}
.services-intro h2 {
    font-size:  7vw !important;
    }
.accordion-section-button {
    border: 1px solid #f3f3f3;
}
.know-more{
    position: inherit;
    left: initial;
    font-size: 4.5vw !important;
    transform: translateX(0%);
}
}


/*************************************************** WELLBEING ***************************************************/
.wellbeing-content{
    position: relative;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px 0;
}

.wellbeing-intro{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.wellbeing-intro div:first-child{
    position: relative;
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
}

.wellbeing-intro div:nth-child(2){
    position: relative;
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.wellbeing-intro div:nth-child(2) h2{
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 10px;
}

.wellbeing-intro div:nth-child(2) h3{
    font-weight: 700;
    font-size: 1.25vw;
    margin-bottom: 30px;
}

.wellbeing-content p{
    font-size: 14px;
	line-height: 1.5em;
    margin-bottom: 15px;
    text-align: justify;
}

.wellbeing-intro div:first-child img{
    height: 405px;
}

.wellbeing-intro div:nth-child(2) img:not(.bests){
    width: 0.70em;
    height: auto;
}

.bests img{
    width: 5% !important;
    height: auto;
}

.bests p{
    padding-top: 0;
    position: absolute;
    margin-left: 70px;
    margin-bottom: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.wellbeing-content div div{
    width: 100%;
    position: relative;
    display: inline-flex; 
    margin-top: 15px;
}

.wellbeing-content div div:last-child{
    margin-bottom: 0px;
}

.wellbeing-app {
    position: relative;
    /* width: 65%; */
    margin: 40px auto 0 auto;
    box-sizing: border-box;
	text-align: center;
}

.wellbeing-app h4{
	font-weight: 700;
    font-size: 14pt;
    padding: 25px 0 25px 0;
}

.wellbeing-app img{
	display:inline-block;
    display: inline-block;
    width: 15%;
    margin: 0 2.5% 25px 2.5%;
}

/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 480px){
.wellbeing-content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
}
.wellbeing-content div div:last-child {
    margin-bottom: 0px;
    margin-top: 50px !important;
}
.wellbeing-content div div div:last-child img {
    margin-bottom: 0px;
    margin-top: -25px;
}
.bests img {
    width: 15% !important;
    height: auto;
}
}

@media (min-width: 0px) and (max-width: 810px){
.wellbeing-intro div:nth-child(2) h2{
    font-size:  7vw !important;
    }
.wellbeing-intro h2{
    font-size:  7vw !important;
    }
.bests img{
        margin-left: 2vw;
}
}

/* MEDIA-NO DESKTOP */
@media (min-width: 0px) and (max-width: 1166px){
#wellbeing{
	width: 100% !important;
	min-height: 100% !important;
}
.wellbeing-app img {
    width: 40%;
}
.wellbeing-intro div:first-child{
    display: none;
}
.wellbeing-intro div:nth-child(2) {
    width: 100%;
}
.wellbeing-intro div:nth-child(2) h3{
    font-size:  3w !important;
    }
.wellbeing-intro h3{
    font-size:  3vw !important;
    }
.wellbeing-content p{
		font-size: 15px !important;
}
.bests p{
		font-size: 15px !important;
        padding-left: 5px;
}
.bests img{
		width: 7.5% !important;
}
}

@media (min-width: 0px) and (max-width: 530px){
.wellbeing-content p {
    font-size: 12px !important;
}
.bests p{
        font-size: 12px !important;
        padding-left: 0px;
}
}

@media (min-width: 810px) and (max-width: 1166px){
.wellbeing-intro div:nth-child(2) h2{
    font-size:  5vw !important;
    }
.wellbeing-intro h2{
    font-size:  5vw !important;
    }
}
	

/*************************************************** FAQ ***************************************************/

#faq{
	min-height: auto !important;
}
	
.faq-content{
    position: relative;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0	90px 0;
}

.faq-content h2{
    font-size: 2.5vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}

.faq-content h3{
    font-weight: 700;
    font-size: 1.25vw;
    margin-bottom: 20px;
}

.interview-fila{
    width: 100%;
    position: relative;
    display: inline-flex;
        -webkit-inline-flex: 1; /* Safari 6.1+ */
        -ms-inline-flex: 1; /* IE 10 */ 
    margin-bottom: 30px;
    opacity: 0;
}

.filaFadeIn {
    -moz-animation: slideIn 1s ease 0.3s forwards;
    -ms-animation: slideIn 1s ease 0.3s forwards;
    -webkit-animation: slideIn 1s ease 0.3s forwards;
    animation: slideIn 1.25s ease 0.3s forwards;
}

@-webkit-keyframes slideIn {
    0%{
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.interview-container-question{
    width: 30%;
    margin-right: 5%;
}

.interview-question{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-right: 5%;
    border-radius: 8px 8px 8px 0;
    -webkit-border-radius: 8px 8px 8px 0;
    -moz-border-radius: 8px 8px 8px 0;
    -ms-border-radius: 8px 8px 8px 0;
    -khtml-border-radius: 8px 8px 8px 0;
}

.interview-triangle-question{
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-top: 7px solid #188ccc;
    border-left: 11px solid #188ccc;
    border-bottom: 7px solid transparent;
}

p.question{
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
}

.interview-container-answer{
    width: 65%;
    font-weight: 300;
}

.interview-answer, .interview-answer-photo{
    width: 100%;
	font-size: 15px;
    line-height: 150%;
	text-align: justify;
    color: #555555;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-right: 5%;
    border-radius: 8px 8px 0 8px;
    -webkit-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
}

.interview-triangle-answer{
    width: 0;
    height: 0;
    position: relative;
    float: right;
    border-right: 11px solid #fff;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom: 11px solid transparent;
}

.hidden-faqs{
    display: none;
    padding-top: 40px;
}

.read-more{
    position: absolute;
    left: 0;
    font-size: 14pt;
    font-weight: 700;
    padding: 10px 25px;
}

/* MEDIA-NO DESKTOP */
@media (min-width: 810px) and (max-width: 1166px){
.faq-content h2{
    font-size:  5vw !important;
    }
}

/* MEDIA-ONLY MOBILE */
@media (min-width: 0px) and (max-width: 1166px){
#faq{
	width: 100% !important;
	min-height: auto !important;
}
.faq-content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 30px 50px 30px;
}
.faq-content h3 {
    font-size: 3vw;
}
p.question {
		font-size: 2.25vw;
}
.interview-answer{
	font-size: 2.25vw;
}
}

@media (min-width: 0px) and (max-width: 810px){
.faq-content h2{
    font-size:  7vw !important;
    }
.read-more {
    font-size: 4.5vw !important;
    margin-bottom: 20px;
}
}

@media (min-width: 0px) and (max-width: 480px){
.read-more {
    left: 75px;
}
}


/*************************************************** FOOTER ***************************************************/
footer .part-one, footer .part-two{
    position: relative;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
	font-size: 14px;
}

.part-one div ,.part-one ul{
    width: 520px;
    position: relative;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}

.part-one ul li{
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 40px;
    vertical-align: bottom;
}

.part-one ul li a img{
    width: 30px;
    height: 30px;
    margin-top: 5px;
    background-color: #fff;
}

.part-one ul li a p{
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    padding-top: 10px;
}

.part-one a{
    color: #555555;
}

.part-two-container{
    background-color: #121212;
    padding-top: 20px;
    width: 100%;
}

.part-two div {
    margin-top: 15px;
}
.part-two div:last-child p, .part-two div:last-child div{
    width: 49.8%;
    display: inline-block;
}

.part-two div:last-child div{
    text-align: right;
    margin-top: 0;
}

.part-flex {
	display: flex;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 14px;
}

.part-flex div {
	flex-direction: row;
    min-width: 40%;
    line-height: normal;
}

.part-flex h4{
	text-transform: uppercase;
    margin-bottom: 2.5px;
}

p.legal-text, p.legal-text a{
    font-size: .75vw;
    line-height: 150%;
    color: #555555;
}

footer .part-two-container a{
	text-decoration: none;
}

footer .part-two a:hover{
    color: #f1b434 !important;
}

/* MEDIA-NO DESKTOP */
@media (min-width: 0px) and (max-width: 1309px){
.part-one img {
        width: 20%;
}
}
@media (min-width: 0px) and (max-width: 1166px){
.part-two-container{
	width: 100% !important;
	min-height: 100% !important;
}
.part-one-container{
	width: 100% !important;
	min-height: auto !important;
	}
.part-one div {
		width: 100%;
		text-align:center;
	height: max-content;
	margin-bottom: 20px;
}
.part-one ul {
		width: 100%;
		text-align:center;
	height: auto;
	margin-left: 0 !important;
	padding-left: 0 !important;
	border-top: white 1.5px solid;
}
.part-one ul li {
		float: none !important;
}
.part-one ul li a img {
		width: 70%;
	height: auto;
}
.part-one ul li a p {
	display:none;
}
.linkedinhover {
	margin: 0 !important;
}
.part-flex {
	display:inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
}
.part-flex div {
	width:100%;
	margin: 0 0 20px 0;
	font-size: 2.5vw !important;
}
.part-flex:last-child {
	width:100%;
	margin: 0 0 20px 0;
	font-size: 34px !important;
}
footer .part-two {
	width: 100%;
	text-align: center;
	}
p.legal-text, p.legal-text a{
    font-size: 2vw !important;
}
.part.two div:last-child p{
	width: 100% !important;
	font-size: 2vw !important;
	margin-top: 25px;
	}
.part-two div:last-child p, .part-two div:last-child div{
    width: 100% !important;
    display: block;
	text-align: center;
}
}


/*************************************************** MODALS ***************************************************/
.modal-legal {
    position: fixed;
    display:none;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,.75);
    }

.modalContent {
    background-color: #FFF;
    width: 70%;
    height: 70%;
    padding:40px 10px 10px 10px;
    box-sizing: border-box;
    }

.modalContent iframe {
    width: 100%;
    height: 100%;
}

.modal__boton span {
    display: none;
}

.alert-cookies {
    font-family:"Helvetica Neue",Helvetica,Arial;
    position: fixed; 
    bottom:0; 
    clear: both; 
    margin:0; 
    width:100%; 
    z-index:99; 
    background-color: rgba(0,0,0,0.8); 
    border:none; 
    border-radius:0;
    font-size: 14px; 
    text-align:center;
    box-sizing: border-box;
    padding:20px 40px;
    letter-spacing:0.5px;
    color: #FFF;
    z-index: 2000;
}

.alert-cookies a:link, .alert-cookies a:visited {
    font-family:"Helvetica Neue",Helvetica,Arial;
    font-size: 16px;
    width:auto;
    height:auto;
    color: #FFF !important;
}

.alert-cookies button{
    font-size: 12pt;
}

.modal {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    top: 0px;
    left: 0;
    display: flex;
        -webkit-flex: 1; /* Safari 6.1+ */
        -ms-flex: 1; /* IE 10 */ 
    justify-content: center;
    align-items: center;
}

.modal__img {
    max-height: 90%;
    width: auto;
    /*  width: 70%;
      max-width: 600px;*/
}

.modal__boton {
    width: 50px;
    height: 50px;
    background-image:url(http://img06.en25.com/EloquaImages/clients/CignaGHBIntl/%7Bd7f22599-83be-4aa7-ac36-0b9ce3eab932%7D_cerrar-cruz.png);
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 70px;
}
.modalContent {
    width: 95%;
    height: 85%;
    margin-top: 60px;

    }

.modal__boton {
    top: 20px;
    right: 20px;
}